projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4314246
)
(cmd_error_internal): Don't kill Emacs if this is an
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 30 Jul 1999 08:28:18 +0000
(08:28 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 30 Jul 1999 08:28:18 +0000
(08:28 +0000)
MSDOS frame.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 282ce4502972b89197c1d7057722a9386034dad4..53517e377c9487dcddd2759c87aecc130ba964b9 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1036,7
+1036,7
@@
cmd_error_internal (data, context)
running under a window system. */
|| (!NILP (Vwindow_system)
&& !inhibit_window_system
- &&
!FRAME_WINDOW
_P (selected_frame))
+ &&
FRAME_TERMCAP
_P (selected_frame))
|| noninteractive)
{
stream = Qexternal_debugging_output;